jas.jds.module
Interface DIM2
- All Superinterfaces:
- AbstractDIM
- All Known Implementing Classes:
- BasicServer
- public interface DIM2
- extends AbstractDIM
A data interace module used by server-based data modules.
The DIM2 interface support multiple levels of data set heirarchy.
Simple interface modules that only require one level of indirection can
implement the simpler DIM interface instead.
- See Also:
DIM
getDataSets
public TreeItem[] getDataSets(TreeItem base)
- Returns an array of TreeItem's which represent the level of heirarchy
below the specified base.
openDataSet
public EventSource openDataSet(TreeItem item)
throws ModuleException